You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
MatrixInt Structure
>
MatrixInt Methods
>
Size Method
>
MatrixInt.Size Method ([In] int, [In] int)
Dew Math for .NET
MatrixInt.Size Method ([In] int, [In] int)
MatrixInt Structure
MatrixInt Members
Dew.Math Namespace
Size Method
Collapse All
Specifies size of an integer matrix.
Syntax
C#
Visual Basic
public
TMtxInt
Size
([In]
int
aRows
, [In]
int
aCols
);
Public
Function
Size
(
aRows
As
[In]
int
,
aCols
As
[In]
int
)
As
TMtxInt
Remarks
The Value of
IntPrecision
property is preserved.
Group
Size Method
Links
MatrixInt Structure
,
MatrixInt Members
,
Dew.Math Namespace
,
Size Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!